Conversation
- JWTProvider에서 Refresh Token의 만료 시간이 Access Token과 동일하게(1시간) 설정되어 있던 문제 수정 (7일로 변경)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
❗Pull Request!
연관 이슈
📝 작업 상세 내용
uploaded://...) 대신 실제 S3 업로드를 수행하도록 수정했습니다.S3Service를 추가해 이미지 파일 검증 후 S3에 업로드하고, 접근 가능한 S3 URL을 반환하도록 구현했습니다.stores/{storeId}/representative/{uuid}.{ext}형식으로 생성하도록 적용했습니다.store_images.image_url에 저장하고, 조회 API에서 동일 URL이 반환되도록 연결했습니다.NTS_SERVICE_KEY,KAKAOPAY_SECRET_KEY_DEV가 없어도 서버가 뜰 수 있도록application-local.yml에 기본 더미 값을 추가했습니다.role필드를 추가해 프론트에서NORMAL,STORE_MANAGER값을 받을 수 있도록 수정했습니다.✅ 체크리스트
./gradlew compileJava통과imageUrl직접 접근 확인🙋🏻♀️ 리뷰 요구사항 (optional)
imageKey저장 또는 URL 기반 key 추출 후 S3 객체 삭제 로직을 추가할 수 있습니다.